Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Text Handling Functions /


JMTextToMacOSCStringHandle

Returns the text object as a null-terminated Mac OS C string in the current system text encoding.

Handle JMTextToMacOSCStringHandle(const JMTextRef textRef);
textRef
The text object to convert.
function result
A handle to a Mac OS C string.
DISCUSSION
You must dispose of the handle (by calling the Mac OS Toolbox function DisposeHandle) after you are finished using it.

SEE ALSO
The JMTextToJavaString function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997